home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / tutorials / custEducation / opengl1 / examples / animation / README < prev    next >
Encoding:
Text File  |  1996-11-11  |  887 b   |  32 lines

  1.  
  2.         to compile programs in the above-indicated sub- directories/trees,
  3.        one must load libglut. inst-able images of GLUT v3.1 are located at 
  4.                 toolbox/src/exampleCode/opengl/GLUT/inst/ 
  5.  
  6.                   -------------------------------------
  7.  
  8.       ~opengl1/examples/animation README
  9.  
  10.             Copyright 1991-1996 Silicon Graphics,  Inc.
  11.             Technical Education Development
  12.             All Rights Reserved.
  13.  
  14.  
  15.  
  16.    flicker_arm.c - illustrate the problem of flicker caused
  17.             by animation in single buffer mode
  18.  
  19.     <r> Key            - toggle arm rotation on / off
  20.     Escape Key        - exit the program
  21.  
  22.    smooth_arm.c - illustrate smooth animation by using
  23.             double buffering
  24.  
  25.     <r> Key            - toggle arm rotation on / off
  26.     Escape Key        - exit the program
  27.  
  28.    menu.c - use a popup menu to control animation
  29.  
  30.     Right Mousebutton    - popup menu
  31.     Escape Key        - exit the program
  32.